gtk4.git
2021-10-18 Benjamin Ottegdk: Rework gdk_pixbuf_get_from_texture()
2021-10-18 Benjamin Ottejpeg: Use gdk_memory_texture_from_texture()
2021-10-18 Benjamin Ottetiff: Refactor
2021-10-17 Benjamin Ottegltexture: Fix conditions for glGetTexImage() call
2021-10-17 Benjamin Otteglcontext: reinstate another missing "!"
2021-10-16 Benjamin OtteMerge branch 'fix-dnd-coordinates-on-windows' into...
2021-10-16 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2021-10-16 Benjamin Ottegdk: Move GdkMemoryFormat enum to gdktypes.h
2021-10-16 Benjamin Otteglcontext: Reinstate missing "!"
2021-10-13 Benjamin OtteMerge branch 'wip/otte/memoryformat' into 'master'
2021-10-13 Benjamin Ottegl: Use gdk_memory_texture_new_from_texture()
2021-10-13 Benjamin Ottegl: Refactor texture uploading
2021-10-13 Benjamin Ottegltexture: Determine format in current thread
2021-10-13 Benjamin Ottegl: Move texture uploading to the renderer
2021-10-13 Benjamin Ottegl: Fix downloading textures *again*
2021-10-13 Benjamin Ottepng: Refactor png saving
2021-10-13 Benjamin OtteAdd memory formats used by libpng
2021-10-12 Sveinn í FelliUpdate Icelandic translation
2021-10-12 Rafael FontenelleUpdate Brazilian Portuguese translation
2021-10-12 Emmanuele BassiMerge branch 'bilelmoussaoui/gtk-snapshot' into 'master'
2021-10-12 Bilal Elmoussaouigtk: fix Snapshot.push_shadow annotation
2021-10-12 Benjamin Ottepng: Do loader conversions in GDK
2021-10-12 Benjamin Ottetexture: Refactor downloading
2021-10-11 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2021-10-11 Benjamin Ottex11: Don't try to move destroyed windows
2021-10-11 Matthias ClasenMerge branch 'ngl-is-the-new-gl' into 'master'
2021-10-11 Matthias ClasenMerge branch 'docs-window-position' into 'master'
2021-10-10 Emmanuele BassiMerge branch 'docs-urlmap' into 'master'
2021-10-10 John Ralls[gtkimcontextquartz] Accommodate moving GdkSurface...
2021-10-09 Benjamin OtteMerge branch 'wip/otte/gles' into 'master'
2021-10-09 Emmanuele Bassidocs: Add GdkPixbuf to the URL map
2021-10-09 Benjamin Ottetestsuite: Add run for GLES
2021-10-09 Benjamin Ottegl: Make sure to set a proper alignment
2021-10-09 Benjamin Ottegl: Check the stride is a multiple of the bpp
2021-10-09 Benjamin Ottegl: Set stride properly in fallback
2021-10-09 Benjamin Ottegl: Fix broken internal format
2021-10-09 Benjamin Ottetestsuite: Add a test targeting GL upload code
2021-10-09 Benjamin Ottengl: Use the right value
2021-10-08 Asier Sarasua... Update Basque translation
2021-10-08 Benjamin OtteMerge branch 'wip/otte/glcontext' into 'master'
2021-10-08 Emmanuele Bassidocs: Mention gtk_window_set_position() being gone
2021-10-08 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2021-10-08 Benjamin Otteglcontext: Add gdk_gl_context_get_api()
2021-10-08 Benjamin Ottengl: Fix glTexImage2D() usage on GLES
2021-10-08 Benjamin Ottegl: Check allowed APIs in realize()
2021-10-08 Benjamin Otteglcontext: Deprecate gdk_gl_context_set_use_es()
2021-10-08 Benjamin Otteglcontext: Add GdkGLContext::allowed-apis
2021-10-08 Benjamin Ottengl: Compute correct renderformat
2021-10-08 Benjamin Ottengl: fbo 0 has no color attachment
2021-10-07 Matthias Clasengsk: provide an ngl renderer
2021-10-07 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2021-10-07 Benjamin Ottecss: Render the background-clip area, not the backgroun...
2021-10-07 Matthias ClasenSkip gsk_ngl type funcs
2021-10-07 Matthias ClasenMaintain abi
2021-10-07 Matthias ClasenRename ngl to gl
2021-10-07 Matthias ClasenMerge branch 'wip/cdavis/menu-item-markup' into 'master'
2021-10-07 Christopher... Add support for pango markup in menu items
2021-10-07 Matthias ClasenMerge branch 'fix-filechooser-portal-crash' into 'master'
2021-10-07 Matthias Clasenfilechooserportal: Take a ref on transient-for
2021-10-07 Matthias ClasenMerge branch 'wip/matthiasc/gsk-hdr' into 'master'
2021-10-07 Matthias Clasenngl: Make render_texture high depth aware
2021-10-07 Matthias Clasenngl: Update framebuffer format for each frame
2021-10-07 Matthias Clasenngl: Determine intermediate formats
2021-10-07 Matthias Clasenngl: Allow specifying texture formats
2021-10-07 Matthias Clasengsk: Add high depth rendernode api
2021-10-07 Benjamin Ottetexture: Make format a property of GdkTexture
2021-10-06 Benjamin Ottetestsuite: Fail more accurately
2021-10-06 Benjamin Ottecairo: Use GdkTexture for converting from pixbuf
2021-10-06 Benjamin Ottegdk: hdr => high depth
2021-10-06 Benjamin Ottememoryformat: Add gdk_memory_format_prefers_high_depth()
2021-10-06 Benjamin Ottegl: Move memory <=> GL format mapping
2021-10-06 Benjamin Ottememorytexture: Split out GdkMemoryFormat handling
2021-10-06 Matthias ClasenMerge branch 'wip/chergert/dropdown-show-arrow' into...
2021-10-06 Christian Hergertdropdown: fix extraneous * in documentation
2021-10-06 Christian Hergertdropdown: add GtkDropDown:show-arrow property
2021-10-06 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2021-10-06 Matthias Clasengdk: Fix an oversight
2021-10-06 Matthias ClasenMerge branch 'wip/otte/gl-hdr' into 'master'
2021-10-06 Benjamin Otteegl: Implement HDR support
2021-10-06 Benjamin Ottegdk: Add GDK_DEBUG=hdr
2021-10-06 Benjamin Ottegdk: Add a request_hdr argument to begin_frame()
2021-10-06 Benjamin Otteegl: Support EGL_KHR_no_config_context
2021-10-06 Benjamin Otteglcontext: Handle failure of eglBindAPI()
2021-10-06 Benjamin Otteegl: Unify contexts
2021-10-06 Benjamin Otteglcontext: Remove unused functionality
2021-10-06 Benjamin Ottegdk: Remove unused gdk_gl_texture_quads() function
2021-10-06 Benjamin Ottecairo-gl: Don't leak framebuffers
2021-10-06 Benjamin Ottewayland: Remove initial GL API bind
2021-10-06 Benjamin Otteegl: Move extension checks to GdkDisplay
2021-10-06 Benjamin Otteegl: Move EGLSurface handling to GdkSurface
2021-10-06 Benjamin Ottedisplay: Get carried away by extension checker
2021-10-06 Benjamin Ottesurface: Add a private struct
2021-10-06 Benjamin Otteglcontext: The content cannot be the current context
2021-10-06 Benjamin Ottex11: Port to shared EGL code
2021-10-06 Benjamin Otteegl: Move initialization code and port Wayland
2021-10-06 Benjamin Ottebuild: Add a HAVE_EGL define to config.h
2021-10-06 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2021-10-06 Matthias Claseninspector: Export gtk_inspector_init
2021-10-05 Benjamin Ottesurface: Use g_clear_thing()
2021-10-05 Benjamin Ottewidget-factory: Name the images pages
next